home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / VirtualLight / VLight1.3win32.exe / Examples / Level2 / vlight.vib < prev    next >
Encoding:
Text File  |  2002-10-07  |  896 b   |  27 lines

  1. Sequence [ FirstFrame 0 AnimationLength 200 ]
  2.  
  3. static dt = TWO_PI / AnimationLength
  4.  
  5. Camera [ (11*sin(CurrentFrame*dt),3,-11*cos(CurrentFrame*dt)),(0,0,0),(0,1,0)
  6.    FieldOfView 41
  7.    Format(384,216)
  8.    FrameAspectRatio 16/9
  9.    Antialiasing 1
  10. ]
  11.  
  12. Options [ SoftShadowSamples 20 SavePhotonMap LoadPhotonMap ]
  13.  
  14. Media(MIE, 60, 14, 0.225, 0.125)
  15. Photons(25000, 0, 22)
  16.  
  17. SpotLight [ (10,7,5.5), (0,0,0), 10, 20, 1
  18.             Decay QUADRATIC Intensity (1,1,1)*440 MediaInteraction Bulb 1.0 ]
  19.  
  20. Shape [ Cone((-2,-2,0), 0.5, (-2,1,0), 0.15) glass_R ]
  21. Shape [ Sphere((-2, 1.3, 0), 0.35)  glass_R ]
  22. Shape [ Cone((0,-2,0), 0.5, (0,1,0), 0.15) glass_G ]
  23. Shape [ Sphere((0, 1.3, 0), 0.35)  glass_G ]
  24. Shape [ Cone((2,-2,0), 0.5, (2,1,0), 0.15) glass_B ]
  25. Shape [ Sphere((2, 1.3, 0), 0.35)  glass_B ]
  26. Shape [ Polygon(4, (-20,-2, -20), (-20,-2, 20), (20,-2, 20), (20,-2, -20)) BWchecker ]
  27.